home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 12 - 1996 / 12.06 Jun 96 / Apple Guide < prev    next >
Encoding:
Text File  |  1996-05-10  |  461 b   |  19 lines  |  [TEXT/R*ch]

  1. Listing 1 shows an example of how a panel is written in Guide Script. The
  2. resulting Apple Guide panel is shown in Figure 3.
  3.  
  4. Listing 1: Apple Guide panel written in Guide Script
  5.  
  6. <Define Panel> "What is it - panel 1"
  7. <Format> "Tag"
  8. <PICT> 2997, RIGHT
  9. <Format> "Body"
  10. The guideWorks Translator creates a WinHelp project from your Apple Guide source
  11. files, which you can compile into a WinHelp help file using the Windows Help
  12. Project Editor.
  13. <End Panel>
  14.  
  15.  
  16. ---
  17.  
  18.  
  19.